home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 2002 March
/
DotNetMagazine-Issue107-Coverdisc-NET107-02-03-PCMac.bin
/
pc
/
PC Software
/
picks
/
HTTrack
/
httrack-3.22-3.exe
/
{app}
/
src_win
/
libhttrack
/
libhttrack.cpp
next >
Wrap
C/C++ Source or Header
|
2002-10-29
|
269b
|
14 lines
// libhttrack.cpp : Defines the entry point for the DLL application.
//
#include "stdafx.h"
BOOL APIENTRY DllMain( HANDLE hModule,
DWORD ul_reason_for_call,
LPVOID lpReserved
)
{
return TRUE;
}